home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / ncav41.zip / AVIEW.CTL next >
Text File  |  1993-11-18  |  7KB  |  199 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.1 Sample control-file, DON'T USE TABS!
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ; ALTERNATELAYOUT
  7. ; With this command you can select the alternate screen-layout of the
  8. ; archive-lister as default (With full-path), this option works like a
  9. ; toggle in AVIEW by pressing ALT-L.
  10. ;ALTERNATELAYOUT
  11. ;
  12. ;
  13. ;
  14. ; DATEFORMAT <Dateformat>
  15. ; With this statement you can define how the file-date is shown, include
  16. ; MM for month, DD for day and YY for year, the sepparation-chars can be
  17. ; freely defined, default is MM/DD/YY
  18. DATEFORMAT MM/DD/YY
  19. ;
  20. ;
  21. ;
  22. ; NOCOLOR
  23. ; With this statement you force AVIEW in black and white mode, this can be
  24. ; handy for laptop-users who have a LCD-Screen.
  25. ;NOCOLOR
  26. ;
  27. ;
  28. ;
  29. ; NOMOUSE
  30. ; With this statement you force AVIEW to ignore the mouse when detected.
  31. ;NOMOUSE
  32. ;
  33. ;
  34. ;
  35. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  36. ; With this command you can define up to 32 viewers, with <Trigger> you
  37. ; specify the file-extension which must trigger the viewer, the <Trigger>
  38. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  39. ; type of files.
  40. VIEWER doc wp %f
  41. VIEWER fli quickfli %f
  42. VIEWER gl  grasprt %f
  43. VIEWER gif bitmap %f
  44. VIEWER pcx bitmap %f
  45. VIEWER *   wpview %f
  46. ;
  47. ;
  48. ;
  49. ; EDITOR <Trigger> <Editor> [<Parameters>]
  50. ; With this command you can define up to 32 editors, with <Trigger> you
  51. ; specify the file-extension which must trigger the editor, the <Trigger>
  52. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  53. ; type of files.
  54. EDITOR doc wp %f
  55. EDITOR lbm dpaint %f
  56. EDITOR gif neopaint %f
  57. EDITOR pcx neopaint %f
  58. EDITOR *   ncedit %f
  59. ;
  60. ;
  61. ;
  62. ; EXTRACTPATH <Path>
  63. ; With this command you define the path where files must be extracted to,
  64. ; when this command is NOT used, AVIEW will prompt you for a path.
  65. EXTRACTPATH c:\unpacked
  66. ;
  67. ;
  68. ;
  69. ; SCREENMODE <Lines>
  70. ; With this statement you can define how many lines per screen AVIEW must
  71. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  72. ; greater than 25 needs a EGA of VGA display-adapter.
  73. SCREENMODE 25
  74. ;
  75. ;
  76. ;
  77. ; SORT <Key> [Ascending|Descending]
  78. ; With this statement you can define how AVIEW must sort the file-lists as
  79. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  80. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  81. ; the default sort direction, default is ASCENDING.
  82. SORT name ascending
  83. ;
  84. ;
  85. ;
  86. ; TEMPPATH <Path>
  87. ; With this command you define the path AVIEW must use as work-directory,
  88. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  89. ; directory does not exist, it will be created.
  90. TEMPPATH d:\aviewtmp
  91. ;
  92. ;
  93. ;
  94. ; SCANNER <Scanner> [<Parameters>]
  95. ; With this command you define the virus-scanner to use after files are
  96. ; unpacked with the unpack function, when no scanner is defined, no virus-
  97. ; scan will be performed.
  98. SCANNER tbav %f af ba ll=1 ln=c:\aview4us.log lo nb nm
  99. ;
  100. ;
  101. ;
  102. ; ZOOMSPEED <Milliseconds)
  103. ; With this command you define the zoom-speed of the popup-windows to build
  104. ; up onto the screen, 0 means immediate popup, default is 10
  105. ZOOMSPEED 10
  106. ;
  107. ;
  108. ;
  109. ; -----------------------------------------------------------------------------
  110. ; The following commands concerns the configuration of the parameters passed
  111. ; by AVIEW to the archive-utils.
  112. ; For normal operation of AVIEW, you don't need to change this, all the
  113. ; following commands are optional, the sample commands reflects the standard
  114. ; default configuration of AVIEW.
  115. ; -----------------------------------------------------------------------------
  116. ;
  117. ; xxxADD <Command-line>
  118. ; xxxDELETE <Command-Line>
  119. ; xxxEXTRACT <Command-Line>
  120. ; xxxUNPACK <Command-Line>
  121. ; xxxUPDATE <Command-Line>
  122. ; xxxRESPONSE <Response-char>
  123. ; With these commands you can configure the interface between AVIEW and the
  124. ; external archive-utilitys, the xxx can be ARC, ARJ, LHA, PAK, ZIP or ZOO.
  125. ; xxxADD      - Defines which parameters to use for adding a file to
  126. ;               an archive, this is used for the ADD function (F7).
  127. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  128. ;               from an archive, this is used for the DELETE function
  129. ;               (F8 or DEL).
  130. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  131. ;               from an archive, this is used for the extract-function.
  132. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  133. ;               an archive WITHOUT path, this is used internally in AVIEW.
  134. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  135. ;               archive, this is used after you edited a file from an archive.
  136. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  137. ;               the archiver that it is a response file, AVIEW defines
  138. ;               automatically when to use this or not.
  139. ;
  140. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  141. ;       of the above parameters (except xxxRESPONSE), %A will be replaced by
  142. ;       AVIEW with the name of the archive processed, and %F with a filename
  143. ;       for adding/deleting/updating, note that AVIEW will automatically add
  144. ;       the response-file-char before the filename when needed.
  145. ;       The variables %A and %F are NOT optional!
  146. ;
  147. ;
  148. ; PKPak/PKUnpak - for ARC files.
  149. ARCadd      PKPAK -a %a %f
  150. ARCdelete   PKPAK -d %a %f
  151. ARCextract  PKUNPAK -r %a %f
  152. ARCunpack   PKUNPAK %a %f
  153. ARCupdate   PKPAK -u %a %f
  154. ARCresponse @
  155. ;
  156. ; ARJ - for ARJ files.
  157. ARJadd      ARJ a -jm -m1 -e %a %f
  158. ARJdelete   ARJ d %a %f
  159. ARJextract  ARJ x -y %a %f
  160. ARJunpack   ARJ e %a %f
  161. ARJupdate   ARJ u -jm -m1 -e %a %f
  162. ARJresponse !
  163. ;
  164. ; LHA - For LZH or LHA files.
  165. LHAadd      LHA a %a %f
  166. LHAdelete   LHA d %a %f
  167. LHAextract  LHA x -c %a %f
  168. LHAunpack   LHA e %a %f
  169. LHAupdate   LHA u %a %f
  170. LHAresponse @
  171. ;
  172. ; PAK - For PAK files.
  173. PAKadd      PAK A %a %f
  174. PAKdelete   PAK D %a %f
  175. PAKextract  PAK E /WA /I %a %f
  176. PAKunpack   PAK E %a %f
  177. PAKupdate   PAK U %a %f
  178. PAKresponse @
  179. ;
  180. ; PKZip/PKUnzip - for ZIP files.
  181. ZIPadd      PKZIP -ex %a %f
  182. ZIPdelete   PKZIP -d %a %f
  183. ZIPextract  PKUNZIP -d -o %a %f
  184. ZIPunpack   PKUNZIP %a %f
  185. ZIPupdate   PKZIP -u -ex %a %f
  186. ZIPresponse @
  187. ;
  188. ; ZOO - for ZOO files.
  189. ZOOadd      ZOO -a %a %f
  190. ZOOdelete   ZOO -d %a %f
  191. ZOOextract  ZOO -e -S %a %f
  192. ZOOunpack   ZOO -e %a %f
  193. ZOOupdate   ZOO -u %a %f
  194. ZOOresponse @
  195. ;
  196. ;
  197. ;
  198. ; <EOF>
  199.